home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / altd3.doc < prev    next >
Text File  |  1995-03-31  |  1KB  |  50 lines

  1. Article: 4252 of comp.sys.handhelds 
  2. From: n233dk@tamuts.tamu.edu (Rick Grevelle) 
  3. Newsgroups: comp.sys.handhelds 
  4. Subject: ALTD.3 (right justified) 
  5. Message-ID: <9978@helios.TAMU.EDU> 
  6. Date: 11 Nov 90 02:17:17 GMT 
  7. Sender: usenet@helios.TAMU.EDU 
  8. Organization: Texas A&M University 
  9.  
  10. This is a third version of the seven level alternate stack display routine.  
  11. It more closely emulates the default format in that the stack margin is right 
  12. justified.  Perhaps eventually it will be able to duplicate the default format 
  13. exactly so that the multi-line option and stack review feature can be utilized. 
  14.  
  15. As before, when used in conjuction with vectored ENTER the display remains in  
  16. its seven level format.  A brief reiteration of how this is done is as follows: 
  17.  
  18. i)   Append DROP to the first of ALTD using \->PRG. 
  19.  
  20. ii)  Store the result in <beta>ENTER (# 409DFh SYSEVAL). 
  21.  
  22. iii) Set flags -62 and -63. 
  23.  
  24. Rick Grevelle 
  25.  
  26.  
  27. CALTD (BYTES: #5539h 243.5) 
  28.  
  29. %%HP:T(1); 
  30. \<< 
  31.  # 1073CE0403F02D9Dh 
  32.  # 8803CE40314C0722h 
  33.  # 24402D9D619AD031h 
  34.  # 686A07221055DF03h 
  35.  # 3DE0072210403F1h 
  36.  # 33918A0733412429h 
  37.  # 9D619930312B393Dh 
  38.  # 221159EB0318802Dh 
  39.  # 72210403F1686A07h 
  40.  # 314C1242903DE00h 
  41.  # 40339E624BA04035h 
  42.  # 2B393D33918A0733h 
  43.  # 312B031h 1 12 
  44.    START # 5193h 
  45.  SYSEVAL 
  46.    NEXT # 4003h 
  47.  SYSEVAL # 62B9Ch 
  48.  SYSEVAL  
  49. \>> 
  50.